Release 10.1A: OpenEdge Development:
Messaging and ESB


browseQueue procedure

Allows applications to view messages in a queue without consuming them.

Syntax

PROCEDURE browseQueue.  
DEFINE INPUT PARAMETER queueName AS CHARACTER.  
DEFINE INPUT PARAMETER messageSelector AS CHARACTER. 
DEFINE INPUT PARAMETER messageConsumer AS HANDLE. 

Parameters

queueName

The queue from which the messages are received.

messageSelector

A message selector.

messageConsumer

A Message Consumer object, which handles the messages asynchronously.

Applies to

Session objects

Notes

See also

browseQueue procedure, receiveFromQueue procedure, sendToQueue procedure

For more information, see the "Sending messages to a queue" section, the "Receiving messages from a queue" section, and the "Methods unique to Point-to-Point messaging" section.

For an example, see the "PTP message example" section.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095